home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 1999 November / maximum-cd-1999-11.iso / Battlezone II / Disk1 / data1.cab / Program_Executable_Files / data.pak / effects_explosions_xprsxpl.odf < prev    next >
Encoding:
Text File  |  1999-08-25  |  1.5 KB  |  69 lines

  1. // ================
  2. // PERSON EXPLOSION
  3. // ================
  4.  
  5. [ExplosionClass]
  6. classLabel = "explosion"
  7.  
  8. particleTypes = 3
  9. particleClass1 = "xprsxpl.core"
  10. particleCount1 = 1
  11. particleVeloc1 = "0.0 0.0 0.0"
  12. particleClass2 = "xprsxpl.chunk1"
  13. particleCount2 = 10
  14. particleVeloc2 = "5.0 5.0 5.0"
  15. particleBias2 = "0.0 1.0 0.0"
  16. particleClass3 = "xprsxpl.chunk2"
  17. particleCount3 = 5
  18. particleVeloc3 = "3.0 3.0 3.0"
  19. particleBias3 = "0.0 1.0 0.0"
  20.  
  21. explSound = NULL
  22. damageRadius = 0.0
  23. damageValue(N) = 0
  24. damageValue(L) = 0
  25. damageValue(H) = 0
  26. damageValue(S) = 0
  27. damageValue(D) = 0
  28. damageValue(A) = 0
  29.  
  30. [Core]
  31. simulateBase = "sim_null"
  32. lifeTime = 0.5
  33. renderBase = "draw_twirl"
  34. textureName = "smoke.tga"
  35. textureBlend = "srcalpha invsrcalpha modulatealpha"
  36. startColor = "255 0 0 255"
  37. finishColor = "255 0 0 0"
  38. startRadius = 1.0
  39. finishRadius = 3.0
  40. animateTime = 0.5
  41.  
  42. [Chunk1]
  43. simulatebase = "sim_chunk"
  44. lifeTime = 2.0
  45. renderbase = "draw_sphere"
  46. textureName = "vsmoke.tga"
  47. textureBlend = "srcalpha invsrcalpha modulatealpha"
  48. startColor = "255 0 0 255"
  49. finishColor = "255 0 0 0"
  50. startRadius = 0.1
  51. finishRadius = 0.1
  52. animateTime = 2.0
  53. latitudeBands = 2
  54. longitudeSegments = 4
  55.  
  56. [Chunk2]
  57. simulatebase = "sim_chunk"
  58. lifeTime = 2.5
  59. renderbase = "draw_sphere"
  60. textureName = "vsmoke.tga"
  61. textureBlend = "srcalpha invsrcalpha modulatealpha"
  62. startColor = "255 0 0 255"
  63. finishColor = "255 0 0 0"
  64. startRadius = 0.15
  65. finishRadius = 0.15
  66. animateTime = 2.5
  67. latitudeBands = 2
  68. longitudeSegments = 4
  69.